PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFSignatureLockFieldAction Class / setSignatureLockType Method
A PDFSignatureLockFieldMode which, in conjunction with com.o2sol.pdf4java.forms.PDFSignatureLockFieldAction.setFields(java.lang.String[]), indicates the set of fields that should be locked.
In This Topic
    setSignatureLockType Method
    In This Topic
    Sets the lock type.
    Syntax
    public void setSignatureLockType( 
       PDFSignatureLockFieldMode value
    )

    Parameters

    value
    A PDFSignatureLockFieldMode which, in conjunction with com.o2sol.pdf4java.forms.PDFSignatureLockFieldAction.setFields(java.lang.String[]), indicates the set of fields that should be locked.
    See Also